Skip to content

Port: Fix NullReferenceException in internal Proxify extension. #523

Merged
dbeuchler merged 2 commits intodevfrom
fix/null-reference-in-proxify
Feb 20, 2025
Merged

Port: Fix NullReferenceException in internal Proxify extension. #523
dbeuchler merged 2 commits intodevfrom
fix/null-reference-in-proxify

Conversation

@1nf0rmagician
Copy link
Copy Markdown
Member

Ports #522

1nf0rmagician and others added 2 commits February 6, 2025 10:19
…e-controller

Using Path.Combine for creating backup-path in DatabaseController
When a resource is requested for an unknonw id the Facade should return null. the extension method to create the proxy can not handle null values, however. The NullReferenceexception only occurs two layers deeper, where we correctly assume not to create a proxy for null.
@1nf0rmagician 1nf0rmagician added the bug Something isn't working label Feb 20, 2025
@1nf0rmagician 1nf0rmagician self-assigned this Feb 20, 2025
@dbeuchler dbeuchler merged commit e3edb02 into dev Feb 20, 2025
3 checks passed
@dbeuchler dbeuchler deleted the fix/null-reference-in-proxify branch February 20, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants